ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapDecoder Class / Create Method / Create(ImagingFactory,String,Nullable<Guid>,NativeFileAccess,DecodeOptions) Method
The factory.
The filename.
The GUID vendor ref.
The desired access.
The metadata options.

In This Topic
    Create(ImagingFactory,String,Nullable<Guid>,NativeFileAccess,DecodeOptions) Method
    In This Topic
    Initializes a new instance of the BitmapDecoder class from a file.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal filename As String, _
       ByVal guidVendorRef As Nullable(Of Guid), _
       ByVal desiredAccess As NativeFileAccess, _
       ByVal metadataOptions As DecodeOptions _
    ) As BitmapDecoder

    Parameters

    factory
    The factory.
    filename
    The filename.
    guidVendorRef
    The GUID vendor ref.
    desiredAccess
    The desired access.
    metadataOptions
    The metadata options.
    See Also